The way to disable the frame border has changed.
.app-notification.frame {
@extend %osd;
padding: 10px;
- border: none;
border-radius: 0 0 5px 5px;
background-color: $osd_bg_color;
background-image: linear-gradient(to bottom, transparentize(black, 0.8),
&:backdrop { background-image: none; }
button { @extend %osd_button; }
+ border { border: none; }
}
/*************
.app-notification,
.app-notification.frame {
padding: 10px;
- border: none;
border-radius: 0 0 5px 5px;
background-color: rgba(32, 37, 38, 0.8);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
.app-notification:backdrop,
.app-notification.frame:backdrop {
background-image: none; }
+ .app-notification border,
+ .app-notification.frame border {
+ border: none; }
/*************
* Expanders *
.app-notification,
.app-notification.frame {
padding: 10px;
- border: none;
border-radius: 0 0 5px 5px;
background-color: rgba(32, 37, 38, 0.8);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
.app-notification:backdrop,
.app-notification.frame:backdrop {
background-image: none; }
+ .app-notification border,
+ .app-notification.frame border {
+ border: none; }
/*************
* Expanders *